home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / neqn < prev    next >
Text File  |  2009-08-18  |  271b  |  11 lines

  1. #! /bin/sh
  2. # Provision of this shell script should not be taken to imply that use of
  3. # GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
  4.  
  5. GROFF_RUNTIME="${GROFF_BIN_PATH=/usr/bin}:"
  6. PATH="$GROFF_RUNTIME$PATH"
  7. export PATH
  8. exec eqn -Tascii ${1+"$@"}
  9.  
  10. # eof
  11.